API Documentation
BorderKind.h
1 // BorderKind.h
3 //
5 
6 namespace nkWinUi
7 {
11  enum class BORDER_KIND
12  {
13  TOP = 0,
14  LEFT,
15  BOTTOM,
16  RIGHT
17  } ;
18 }
nkWinUi::BORDER_KIND::LEFT
@ LEFT
Left border of a component.
nkWinUi::BORDER_KIND::BOTTOM
@ BOTTOM
Bottom border of a component.
nkWinUi::BORDER_KIND::RIGHT
@ RIGHT
Right border of a component.
nkWinUi::BORDER_KIND::TOP
@ TOP
Top border of a component.
nkWinUi::BORDER_KIND
BORDER_KIND
Lists borders kind around components.
Definition: BorderKind.h:12
nkWinUi
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7